1952dab453dfa350ecb03371bf7ac0f001a541f8,portal-web/test/com/liferay/portalweb/portal/staging/controlpanel/LoginUsersTest.java,LoginUsersTest,testLoginUsers,#,24

Before Change


		}

		selenium.clickAt("link=Back to Guest", RuntimeVariables.replace(""));
		selenium.waitForPageToLoad("30000");
		selenium.clickAt("link=Sign Out", RuntimeVariables.replace(""));
		selenium.waitForPageToLoad("30000");
		selenium.type("_58_login", RuntimeVariables.replace("CC@liferay.com"));

After Change


 */
public class LoginUsersTest extends BaseTestCase {
	public void testLoginUsers() throws Exception {
		selenium.open("/web/guest/home/");

		for (int second = 0;; second++) {
			if (second >= 60) {